var net/http/pprof.profileDescriptions

4 uses

	net/http/pprof (current package)
		pprof.go#L364: var profileDescriptions = map[string]string{
		pprof.go#L379: 		profileDescriptions["goroutineleak"] = "Stack traces of all leaked goroutines. Use debug=2 as a query parameter to export in the same format as an unrecovered panic."
		pprof.go#L410: 			Desc:  profileDescriptions[p.Name()],
		pprof.go#L420: 			Desc: profileDescriptions[p],